home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-02-17 | 473 b | 22 lines |
- .y.c:
- bison -y -l $*.y
- @-delete >nil: $*.c
- @rename y.tab.c $*.c
-
- CFLAGS = optimize opttime optinline optschedule nostackcheck debug=line code=far data=faronly
- LFLAGS = noicons
-
- OBJS =\
- cccp.o cexp.o version.o alloca.o
-
- LIBS =\
- lib:scmnb.lib lib:scnb.lib lib:amiga.lib
-
- cxref-cpp : $(OBJS)
- slink lib:c.o $(OBJS) to $@.debug lib $(LIBS) $(LFLAGS) addsym \
- map $@.map,fhx fwidth 32 pwidth 32 swidth 32 width 100
- slink $@.debug to $@ nodebug noicons
-
- cexp.o : cexp.c
-
-